home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / wb / DosMan121.lha / man / Lab < prev    next >
Text File  |  1995-05-05  |  886b  |  38 lines

  1.  
  2.  
  3.  
  4.             Lab(V1.3 in C:) (2.x, 3.x in C:)
  5.  
  6.  
  7.  
  8.      NAME
  9.             Lab - Define a label for Skip.
  10.  
  11.      SYNOPSIS
  12.             Lab label_name
  13.  
  14.      DESCRIPTION
  15.             Lab is used to define a label for use with skip.  Lab 
  16.         by itself defines a null label. Note that if an EndSkip 
  17.         is encountered by Skip before the Label Skip is searching 
  18.         for is found, the search will be aborted at that point.
  19.  
  20.          
  21.      EXAMPLE
  22.  
  23.             1. In this example, only "But this will" will display 
  24.         on the CLI. Just type this script out and run it to see 
  25.         exactly how it works:
  26.  
  27.           Skip DODAH
  28.           Echo "This will not display"
  29.           Lab DODAH
  30.           Echo "But this will"
  31.  
  32.      SEE ALSO
  33.           Skip EndSkip
  34.  
  35.      CAUTION
  36.       With the V1.3 version of SKIP, you should NOT
  37.       indent a LAB statement or that label will not be found.
  38.